type crypto/sha1.digest (struct)
Method Implmentations (2 other methods implement nothing)
BlockSize() int
*digest.M : hash.Cloner.BlockSize
*digest.M : hash.Hash.BlockSize
*digest.M : crypto/tls.constantTimeHash.BlockSize
*digest.M : github.com/refraction-networking/utls.constantTimeHash.BlockSize
ConstantTimeSum(in []byte) []byte
*digest.M : crypto/tls.constantTimeHash.ConstantTimeSum
*digest.M : github.com/refraction-networking/utls.constantTimeHash.ConstantTimeSum
MarshalBinary() ([]byte, error)
*digest.M : encoding.BinaryMarshaler.MarshalBinary
*digest.M : crypto/internal/fips140/hmac.marshalable.MarshalBinary
Reset()
*digest.M : hash.Cloner.Reset
*digest.M : hash.Hash.Reset
*digest.M : crypto/tls.constantTimeHash.Reset
*digest.M : github.com/refraction-networking/utls.constantTimeHash.Reset
Size() int
*digest.M : hash.Cloner.Size
*digest.M : hash.Hash.Size
*digest.M : crypto/tls.constantTimeHash.Size
*digest.M : github.com/refraction-networking/utls.constantTimeHash.Size
Sum(in []byte) []byte
*digest.M : hash.Cloner.Sum
*digest.M : hash.Hash.Sum
*digest.M : crypto/tls.constantTimeHash.Sum
*digest.M : github.com/refraction-networking/utls.constantTimeHash.Sum
UnmarshalBinary(b []byte) error
*digest.M : encoding.BinaryUnmarshaler.UnmarshalBinary
*digest.M : crypto/internal/fips140/hmac.marshalable.UnmarshalBinary
Write(p []byte) (nn int, err error)
*digest.M : hash.Cloner.Write
*digest.M : hash.Hash.Write
*digest.M : internal/bisect.Writer.Write
*digest.M : io.Writer.Write
*digest.M : crypto/tls.constantTimeHash.Write
*digest.M : crypto/tls.transcriptHash.Write
*digest.M : github.com/refraction-networking/utls.constantTimeHash.Write
*digest.M : github.com/refraction-networking/utls.transcriptHash.Write![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |